home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Textdisplayers / Lister / Lister.doc < prev    next >
Text File  |  1996-09-26  |  3KB  |  99 lines

  1.  
  2.                                  LISTER 
  3.  
  4.                      By Dimitri Keletsekis (c) 1996
  5.                                 FreeWare
  6.  
  7.  
  8. PURPOSE  : To display text files (like more)
  9.  
  10. FEATURES : - Has a scroller and arrows (its a GadTools ListView Gadget)
  11.            - Can shift the display left or right, displaying lines up to 
  12.              1024 bytes long.
  13.            - It's small - only 5 k.
  14.  
  15. INSTALATION : - Put it somewhere in your path (together with it's icon,
  16.                 if you want the tool types).
  17.         Rename it to "more" and put it in your c: directory if
  18.         you want it as your default text viewer.
  19.  
  20.               - If you have asl.library in your LIBS:, you get a file
  21.                 requester, otherwise you have to type the file name.
  22.  
  23. USAGE    1. From WorkBench (the icon has tool types, same as the CLI options)
  24.          2. As the default tool of the icon of the text file you want to see.
  25.          3. From CLI with the following template :
  26.  
  27.          Lister [FILE,L=LEFT/K/N,T=TOP/K/N,W=WIDTH/K/N,H=HEIGHT/K/N,
  28.              TAB/K/N,O=OFFSET/K/N]
  29.  
  30.          FILENAME - The file you want displayed - If no file name
  31.                     is given and you have the asl.library, a file
  32.                     requester will appear.
  33.          LEFT     - Offset from left side of the screen - Default 0
  34.          TOP      - Offset from the top of the screen - Default 11
  35.          WIDTH    - Width of the window - Default MAX screen width
  36.          HEIGHT   - Height of the window - Default MAX screen height
  37.          TAB      - Size of tabs - Default is 8
  38.          OFFSET   - By default, Lister will shift the display left
  39.             or right (when clicked on at either 1/4 side of
  40.             the window) by 20 characters. You can change this
  41.             by stating an other offset number.
  42.  
  43. example : Lister FileName LEFT=100 WIDTH=500 TAB=4 O=15
  44.  
  45.  
  46. MOVEMENT  UP-DOWN    : Using the scroller or the arrows
  47.           LEFT-RIGHT : Click mouse on the left or right quarter of the
  48.                        window and the display will shift left or right
  49.                        by 20 characters (if there is anything to display)
  50.  
  51.  
  52. Other stuff :
  53. ------------------
  54.  
  55. When using the file requester, Lister will save the directory to an
  56. ENV: variable, so that it will remember it next time you use it.
  57. This will of course be forgotten when you reset the computer.
  58.  
  59. Omissions :
  60.  
  61. Since Lister, having a scroller, is meant for mouse-lovers, and in 
  62. order to keep the code as short as possible, there are no keyboard 
  63. shortcuts. - sorry.
  64.  
  65.  
  66. Licence/Disclaimer :
  67. ------------------------
  68.  
  69. Lister has no bugs I know of, however, no warranties are made or implied.
  70.  
  71. You may use Lister and distribute it free of charge, to anyone who will
  72. have it, in all countries of this or any other planet, solar system,
  73. galaxy and/or universe, for ever and ever, time everlasting, world
  74. without end.
  75.  
  76.  
  77. Author :
  78. ---------
  79.  
  80. D. Keletsekis
  81.  
  82. EMail : dck@prometheus.hol.gr
  83.         dck@hol.gr
  84.  
  85.  
  86. BTW :
  87. --------
  88.  
  89. - EMail me if you want the code. Its in Lattice C.
  90.  
  91. - Try an other program I have written, "Gui4Cli", available in Aminet
  92.   Dev/Gui/Gui4Cli.lha (106k). It is a simple script language for
  93.   making GUIs and through them forming command lines and sending
  94.   them to AmigaDOS or ARexx for execution.
  95.  
  96.   With it you could make a better file viewer than this one, with about
  97.   10 lines of easy code... Demo is included.
  98.  
  99.